home *** CD-ROM | disk | FTP | other *** search
Text File | 1990-08-20 | 316 b | 15 lines | [TEXT/CCL ] |
-
- (export (quote (!eof !eofchar !failure !novalue !lparen !rparen)) :glisp)
-
- (defconstant !eof (quote #:end-of-file))
-
- (defconstant !eofchar (quote #\Null))
-
- (defconstant !failure (quote #:failure))
-
- (defconstant !novalue (quote #:no-value))
-
- (defconstant !lparen (quote \())
-
- (defconstant !rparen (quote \)))
-